Scaling

interface Scaling<T : PrintSettings?>

Allows configuring the scaling for printing.

Implemented by concrete PrintSettings implementations that support configuring the scaling type for printing.

Since

7.20

Parameters

<T>

the concrete print settings type

Inheritors

Functions

Link copied to clipboard
abstract fun scaling(): Scaling
Returns the scaling used by the printer.
abstract fun scaling(scaling: Scaling): T
Configures the scaling for printing.